Skip to content

Instantly share code, notes, and snippets.

View BNoiZe's full-sized avatar

Roman Schmerold BNoiZe

View GitHub Profile
@BNoiZe
BNoiZe / froxlor_update.sh
Last active December 30, 2015 06:09
A simple script to update froxlor from git
#!/bin/bash
# Define your settings here
froxlor_dir="/var/www/froxlor"
backup_dir="/var/backups/hetznerftp/froxlor"
### DON'T CHANGE ANYTHING BELOW ###
now=$(date +"%Y_%m_%d_%H_%M")
if [ $# == 0 ]; then
@BNoiZe
BNoiZe / froxlor_update.sh
Last active August 29, 2015 14:01
Froxlor Update Script
#!/bin/bash
# Define your settings here
froxlor_dir="/var/www/froxlor"
backup_dir="/var/backups/hetznerftp/froxlor"
### DON'T CHANGE ANYTHING BELOW ###
now=$(date +"%Y_%m_%d_%H_%M")
if [ $# == 0 ]; then