|
|
@ -10,6 +10,7 @@ echo "Theme chosed [${theme}]." |
|
|
|
cd /var/www/machete/runtime/ |
|
|
|
cd /var/www/machete/runtime/ |
|
|
|
rm -f custom_config.json |
|
|
|
rm -f custom_config.json |
|
|
|
cp "../conf/custom_config_${theme}.json" ./custom_config.json |
|
|
|
cp "../conf/custom_config_${theme}.json" ./custom_config.json |
|
|
|
|
|
|
|
chown apache:apache custom_config.json |
|
|
|
|
|
|
|
|
|
|
|
## 启动samba |
|
|
|
## 启动samba |
|
|
|
if [ -e /usr/sbin/smbd ]; then |
|
|
|
if [ -e /usr/sbin/smbd ]; then |
|
|
|