Skip to content
Snippets Groups Projects
Commit 83bd261d authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

fixed bug in pult-install

parent 02423b5b
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ $install -o root -g root -m 644 etc/pult/* "$etc_directory/pult/"
$install -o root -g root -m 644 etc/pult/* "$etc_directory/pult/"
for file in pult pult-upload; do
$install -o root -g root -m 755 var/www/site/cgi-bin/"$file".cgi "$cgi_bin_directory/"
$install -o root -g root -m 755 www/cgi-bin/"$file".cgi "$cgi_bin_directory/"
(
cd "$cgi_bin_directory"
for c in $channels; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment