浏览代码

Update package-master.sh

FusionPBX 8 年之前
父节点
当前提交
79c146e8ba
共有 1 个文件被更改,包括 7 次插入9 次删除
  1. 7 9
      debian/resources/switch/package-master.sh

+ 7 - 9
debian/resources/switch/package-master.sh

@@ -19,12 +19,10 @@ apt-get install -y --force-yes freeswitch-music-default
 #make sure that postgresql is started before starting freeswitch
 sed -i /lib/systemd/system/freeswitch.service -e s:'local-fs.target:local-fs.target postgresql.service:'
 
-if [ ."$cpu_architecture" = ."x86" ]; then
-  #remove the music package to protect music on hold from package updates
-  mkdir -p /usr/share/freeswitch/sounds/temp
-  mv /usr/share/freeswitch/sounds/music/*000 /usr/share/freeswitch/sounds/temp
-  apt-get remove -y --force-yes freeswitch-music-default
-  mkdir -p /usr/share/freeswitch/sounds/music/default
-  mv /usr/share/freeswitch/sounds/temp/* /usr/share/freeswitch/sounds/music/default
-  rm -R /usr/share/freeswitch/sounds/temp
-fi
+#remove the music package to protect music on hold from package updates
+mkdir -p /usr/share/freeswitch/sounds/temp
+mv /usr/share/freeswitch/sounds/music/*000 /usr/share/freeswitch/sounds/temp
+apt-get remove -y --force-yes freeswitch-music-default
+mkdir -p /usr/share/freeswitch/sounds/music/default
+mv /usr/share/freeswitch/sounds/temp/* /usr/share/freeswitch/sounds/music/default
+rm -R /usr/share/freeswitch/sounds/temp