Closed stokes84 closed 10 years ago
Haven't tested if Cron Task creation works in versions previous to 10.1.1 to know if chmod 744 /var/spool/cron/crontabs
is needed for the update script. Maybe someone running an older version can test? Otherwise once this gets pulled I'll make it checkout to a later version to test that.
Have you tried this in a VM?
Yep, if by VM you imply a VPS qualifies. I do most testing in a VPS, can wipe, reload or switch OS, and have it booted up in a matter of seconds.
Sweet :+1:
Feel free to test just replace the installer link with the one from my fork
Example
bash <(curl -Ss https://raw.github.com/stokes84/installers/master/install/Ubuntu-12_04/10_1_1.sh)
That was odd, was editing this from the work VPN and somehow it bugged out on a comment click and got closed lol? Maybe someone over here messing with me. Anyways, had to reopen, it's back in pull requests.
Merged! :)
On 7 March 2014 16:48, Chris Stokes notifications@github.com wrote:
That was odd, was editing this from the work VPN and somehow it bugged out on a comment click and got closed lol? Maybe someone over here messing with me. Anyways, had to reopen, it's back in pull requests.
Reply to this email directly or view it on GitHubhttps://github.com/zpanel/installers/pull/17#issuecomment-37042561 .
Installer was missing
sed -i "s|YOUR_ROOT_MYSQL_PASSWORD|$password|" /etc/zpanel/panel/cnf/db.php
Also mysql service was referenced as mysqld service. Fixes issue #13Also fixing "Cron Task" permission issue on contabs folder. Cron Tasks can now be created.