File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
// set installer path + options
14
14
$ path = getenv ("DOCUMENT_ROOT " );
15
- $ opts = " --update --yes --path $ path " ;
15
+ $ opts = " --update --yes --check 0 -- path $ path " ;
16
16
$ installer = "sudo /etc/raspap/system/raspbian.sh " ;
17
17
$ execUpdate = $ installer .$ opts ;
18
18
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ function _create_hostapd_scripts() {
318
318
# Generate plugin helper scripts
319
319
function _create_plugin_scripts() {
320
320
_install_log " Creating plugin helper scripts"
321
- sudo mkdir $raspap_dir /plugins || _install_status 1 " Unable to create directory '$raspap_dir /plugins'"
321
+ sudo mkdir -p $raspap_dir /plugins || _install_status 1 " Unable to create directory '$raspap_dir /plugins'"
322
322
323
323
# Copy plugin helper script
324
324
sudo cp " $webroot_dir /installers/" plugin_helper.sh " $raspap_dir /plugins" || _install_status 1 " Unable to move plugin script"
You can’t perform that action at this time.
0 commit comments